CGI.getForwardVarString

create a string of the cgi variables that are in forward mode. * This allows us to use cgi variables to keep state and forward them on to another form submission. This allows the programmer * to selectivly forward and unforward cgi variables for flow/state control.

returns a string containing query string of the variables in forward mode.

class CGI
string
getForwardVarString
(
)

Meta